home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / DTS.Samples / SC01Shell / Asm.Shell / rez.Build < prev    next >
Encoding:
Text File  |  1990-05-21  |  496 b   |  23 lines  |  [04] ASCII Text (0x0000)

  1. *
  2. *   This exec file does a resource fork build of
  3. *   the sample application: Shell
  4. *
  5. *   File:         Build.r
  6. *   Target:       Shell
  7. *   Source:       ../Rez.Shell/Shell.rez
  8. *
  9. *   Copyright Apple Computer, Inc. 1988-1990
  10. *   All rights reserved.
  11. *
  12.  
  13. echo "Compiling Shell.rez"
  14. copy -c ../rez.shell/shell.rez shell.rez
  15. compile shell.rez keep=Shell.rfork
  16. delete shell.rez
  17.  
  18. echo "Duplicating data and resource forks..."
  19. duplicate -d Shell.dfork Shell
  20. duplicate -r Shell.rfork Shell
  21.  
  22. echo "Done!"
  23.